[INFO] cloning repository https://github.com/bneijt/multiplecodequiz
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bneijt/multiplecodequiz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbneijt%2Fmultiplecodequiz", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbneijt%2Fmultiplecodequiz'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 76f021d06781d6c2e46642ca7a859ed8eda3a699
[INFO] checking bneijt/multiplecodequiz against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbneijt%2Fmultiplecodequiz" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bneijt/multiplecodequiz
[INFO] finished tweaking git repo https://github.com/bneijt/multiplecodequiz
[INFO] tweaked toml for git repo https://github.com/bneijt/multiplecodequiz written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bneijt/multiplecodequiz on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bneijt/multiplecodequiz already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 95a792d7d73b59bd6e6f4ffc964a75600007cd05a552ebc5ee47bdfca3cb9d5a
[INFO] running `Command { std: "docker" "start" "95a792d7d73b59bd6e6f4ffc964a75600007cd05a552ebc5ee47bdfca3cb9d5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95a792d7d73b59bd6e6f4ffc964a75600007cd05a552ebc5ee47bdfca3cb9d5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "95a792d7d73b59bd6e6f4ffc964a75600007cd05a552ebc5ee47bdfca3cb9d5a" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95a792d7d73b59bd6e6f4ffc964a75600007cd05a552ebc5ee47bdfca3cb9d5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "95a792d7d73b59bd6e6f4ffc964a75600007cd05a552ebc5ee47bdfca3cb9d5a" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.121
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling wasm-bindgen v0.2.121
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking throw_error v0.2.0
[INFO] [stderr]    Compiling konst_macro_rules v0.2.19
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]    Compiling konst v0.2.20
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]     Checking quote v1.0.45
[INFO] [stderr]     Checking or_poisoned v0.1.0
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking guardian v1.3.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]     Checking utf8-width v0.1.8
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking either_of v0.1.9
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]    Compiling const_format v0.2.36
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking const_str_slice_concat v0.1.0
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]     Checking linear-map v1.2.0
[INFO] [stderr]     Checking drain_filter_polyfill v0.1.3
[INFO] [stderr]    Compiling collection_literals v1.0.3
[INFO] [stderr]     Checking next_tuple v0.1.0
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking config v0.15.23
[INFO] [stderr]     Checking roaring v0.10.12
[INFO] [stdout] error[E0277]: the trait bound `B: Borrow<[u64; 1024]>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/roaring-0.10.12/src/bitmap/store/bitmap_store.rs:576:5
[INFO] [stdout]     |
[INFO] [stdout] 576 | /     fn count(self) -> usize
[INFO] [stdout] 577 | |     where
[INFO] [stdout] 578 | |         Self: Sized,
[INFO] [stdout]     | |____________________^ the trait `Borrow<[u64; 1024]>` is not implemented for `B`
[INFO] [stdout]     |
[INFO] [stdout] note: required for `bitmap_store::BitmapIter<B>` to implement `Iterator`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/roaring-0.10.12/src/bitmap/store/bitmap_store.rs:537:39
[INFO] [stdout]     |
[INFO] [stdout] 537 | impl<B: Borrow<[u64; BITMAP_LENGTH]>> Iterator for BitmapIter<B> {
[INFO] [stdout]     |         ----------------------------  ^^^^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `roaring` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "95a792d7d73b59bd6e6f4ffc964a75600007cd05a552ebc5ee47bdfca3cb9d5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95a792d7d73b59bd6e6f4ffc964a75600007cd05a552ebc5ee47bdfca3cb9d5a", kill_on_drop: false }`
[INFO] [stdout] 95a792d7d73b59bd6e6f4ffc964a75600007cd05a552ebc5ee47bdfca3cb9d5a
